body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  margin: 1rem;
  line-height: 1.6;
}

a:link {
  color: #0000ff;
}

a:visited {
  color: #800080;
}

.sponsor-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.sponsor-logos figure {
  margin: 0;
}

.sponsor-section {
  max-width: 800px;
  margin: 3rem auto;
  padding: 2rem 1rem;
  background-color: #fff;
}

.sponsor-section header h2,
.sponsor-section header h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.contact-block {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.contact-block p {
  margin: 0.3rem 0;
}

.sponsor-info {
  text-align: left; /* Ensures paragraphs are left-justified */
  margin-top: 2rem;
}

.sponsor-info h3 {
  text-align: center; /* Only the heading is centered */
}

.sponsor-info p {
  margin-bottom: 1rem;
}

.sponsor-entry {
  margin: 1rem auto;
  padding: 0 2rem;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.6;
  color: #000;
}

.sponsor-name {
  color: green;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.sponsor-entry p {
  margin: 0.75rem 0;
}

a:link {
  color: #0000ff;
}

a:visited {
  color: #800080;
}

.sponsor-footer {
  text-align: center;
  margin-top: 3rem;
  font-family: "Times New Roman", Times, serif;
}

.revision-note {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.symposium-links a {
  color: #0066cc;
  text-decoration: underline;
  font-weight: bold;
}